home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Mac OS SDK / Dev.CD Jul 99 SDK1.toast / Development Kits / Mac OS / Interfaces&Libraries / Universal / Interfaces / AIncludes / Speech.a < prev    next >
Encoding:
Text File  |  1998-08-17  |  587 b   |  31 lines  |  [TEXT/MPS ]

  1. ;
  2. ;    File:        Speech.a
  3. ;
  4. ;    Contains:    Speech Interfaces.
  5. ;
  6. ;    Version:    Technology:    System 7.5
  7. ;                Release:    Universal Interfaces 3.2
  8. ;
  9. ;    Copyright:    © 1989-1998 by Apple Computer, Inc., all rights reserved.
  10. ;
  11. ;    Bugs?:        For bug reports, consult the following page on
  12. ;                the World Wide Web:
  13. ;
  14. ;                    http://developer.apple.com/bugreporter/
  15. ;
  16. ;
  17.     IF &TYPE('__SPEECH__') = 'UNDEFINED' THEN
  18. __SPEECH__ SET 1
  19.  
  20. ;
  21. ;    The interface file Speech.h has been renamed to SpeechSynthesis.h.
  22. ;
  23. ;
  24.  
  25.     IF &TYPE('__SPEECHSYNTHESIS__') = 'UNDEFINED' THEN
  26.     include 'SpeechSynthesis.a'
  27.     ENDIF
  28.     ENDIF ; __SPEECH__ 
  29.  
  30.